acos

 

The 'acos' function returns a cosine value(=radian).

 

double @acos(double d);

 

Parameters

double d : Value that you want to calculate ( -1 <= d <= 1 )

 

Return Value

radian ( 0 ¡Â ¥è ¡Â ¥ð )

 

Example

value = @acos(0.5);

Description : The cosine value of '0.5' is stored in the variable named 'value'.

 

Relate items)

@abs()

@acos()

@asin()

@atan()

@atan2()

@cos()

@log()

@log10()

@MathRound()

@sin()

@sqrt()

@tan()